home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Glary Utilities
/
gusetup.exe
/
{app}
/
Integrator.exe
/
RCDATA
/
TFRMOPTIONS
/
TFRMOPTIONS.txt
Wrap
Text File
|
2010-01-14
|
4KB
|
172 lines
object frmoptions: Tfrmoptions
Left = 234
Top = 164
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 442
ClientWidth = 602
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 585
Height = 393
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'IE Cookie Manager'
DesignSize = (
577
365)
object Label1: TLabel
Left = 8
Top = 12
Width = 535
Height = 37
Anchors = [akLeft, akTop, akRight, akBottom]
AutoSize = False
Caption =
'Check mark the cookies you want to keep when cleanning internet ' +
'explorer cookies'
Transparent = True
end
object btndeletecookies: TBitBtn
Left = 6
Top = 332
Width = 185
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Delete Unchecked cookies now'
TabOrder = 0
OnClick = btndeletecookiesClick
end
object lvCookies: TListView
Left = 8
Top = 40
Width = 561
Height = 281
Checkboxes = True
Columns = <
item
Caption = 'Website'
Width = 220
end
item
Caption = 'Hit Rate'
Width = 80
end
item
Caption = 'Last Modified'
Width = 120
end
item
Caption = 'Expires'
Width = 120
end
item
Caption = 'Full Address'
Width = 80
end>
ColumnClick = False
ReadOnly = True
TabOrder = 1
ViewStyle = vsReport
OnColumnClick = lvCookiesColumnClick
OnCompare = lvCookiesCompare
end
object btnprivacy: TBitBtn
Left = 496
Top = 332
Width = 75
Height = 25
Caption = 'Privacy'
TabOrder = 2
Visible = False
OnClick = btnprivacyClick
end
end
object TabSheet2: TTabSheet
Caption = 'IE Typed URLs'
ImageIndex = 1
DesignSize = (
577
365)
object Label2: TLabel
Left = 8
Top = 12
Width = 535
Height = 37
Anchors = [akLeft, akTop, akRight, akBottom]
AutoSize = False
Caption =
'Check mark the URLs you want to keep when you cleanning Internet' +
' Explorer - URL History'
Transparent = True
end
object lvurls: TListView
Left = 8
Top = 48
Width = 561
Height = 273
Checkboxes = True
Columns = <
item
AutoSize = True
Caption = 'URLs'
end>
ColumnClick = False
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
end
object btndeleteurls: TBitBtn
Left = 6
Top = 332
Width = 185
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Delete Unchecked URLs'
TabOrder = 1
OnClick = btndeleteurlsClick
end
end
end
object btnCancel: TBitBtn
Left = 512
Top = 408
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object btnOK: TBitBtn
Left = 424
Top = 408
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = btnOKClick
end
object Timer: TTimer
Enabled = False
OnTimer = TimerTimer
Left = 284
Top = 360
end
end